Skip to main content

Evaluate Rows Number In a Table (Wait for SQL)

Description

Wait for SQL is a Process Entry in the Utilities plugin for Process Studio Processes. The Wait for SQL process entry scans a database and checks if the specified database table meets user - defined conditions

Configurations

No.Field NameDescription
1Process Entry nameSpecify a unique name for the process entry, on the workspace area. A process entry can be placed on the canvas several times; and each instance of the entry must have a unique name.
2ConnectionIdentifies the database connection to use
3Target schemaName of the table schema to evaluate
4Target table nameName of the table to evaluate
5Success when rows countDefines the evaluation method used to compare the number of rows with the given value
6ValueDefines the value used for the evaluation
7Maximum timeoutAfter this timeout period, the process entry continues with a fail, by default, or success, if the Success on timeout option is checked
8Check cycle timeSets the amount time between evaluations
9Success on timeoutDefines process entry success behavior when timeout is reached---when checked, reaching the maximum timeout limit causes the process entry to succeed. When left unchecked, reaching the maximum timeout limit causes the process entry to fail.
10Custom SQLEnables the use of custom SQL queries
11Use variable substitutionReplaces environment variables in the SQL script with their actual value
12Clear list of result rows before executionClears the list of result rows before running this process entry
13Add rows to resultIncludes returned rows to the result set